Method
Namespace: Vox
Declared in: Vox.CaptureDevice
Reads the specified amount of samples from the device and calls the specified callback.
public void ProcessSamples(
int sampleCount,
Action<byte[], int> callback
)
sampleCount
Sample count. Must be less or equal to AvailableSamples .
callback
Callback